Spread Silverlight Documentation
InvalidateCharts(SpreadChart[]) Method


GrapeCity.Windows.SpreadSheet.UI Namespace > SheetView Class > InvalidateCharts Method : InvalidateCharts(SpreadChart[]) Method
The charts.
Invalidates the charts.
Syntax
'Declaration
 
Public Overloads Sub InvalidateCharts( _
   ByVal ParamArray charts() As SpreadChart _
) 
'Usage
 
Dim instance As SheetView
Dim charts() As SpreadChart
 
instance.InvalidateCharts(charts)
public void InvalidateCharts( 
   params SpreadChart[] charts
)

Parameters

charts
The charts.
See Also

Reference

SheetView Class
SheetView Members
Overload List